/*html元素初始化*/
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, span, i, ul, a, em, img, textarea, select {
    margin: 0;
    padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

body, button, input, select, textarea {
    font-size: 12px;
    font-family: "Microsoft YaHei", Tahoma, "Simsun", sans-serif;
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

ul, ol {
    list-style: none;
}

ul, li {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    outline: none;
}

a:hover {
    text-decoration: none;
}

/* Form */
label, input, select {
    vertical-align: middle;
}

input[type=submit], input[type=button], input[type=reset] {
    cursor: pointer;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], select, textarea {
    -webkit-appearance: none;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}

*:focus {
    outline: none;
}

textarea, select {
    -webkit-appearance: none;
}

/* Clear float */
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* Architecture Wide */
.container_main {
    margin: 0 auto;
    width: 1200px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.container1 {
    width: 960px;
    margin: 0 auto;
}
.big-container{
    width: 1236px;
    margin: 0 auto;
}
.container_page {
    width: 910px;
    float: left;
    min-height: 900px;
    margin-left: 30px;
}
.container_page_cmahz{
    width: 1200px;
    margin: 0 auto;
}
i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.arrowT, .arrowR, .arrowB, .arrowL {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 0;
    height: 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body {
    background: #fff;
}
.trans5 {
    transition: 0.5s all ease-in-out;
}
.trans3 {
    transition: 0.3s all ease-in-out;
}
.trans7 {
    transition: 0.7s all ease-in-out;
}
.trans10 {
    transition: 1s all ease-in-out;
}